home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Extras / IFF / IFF_Forms / ILBM.DPI.doc < prev    next >
Encoding:
Text File  |  1993-03-01  |  478 b   |  30 lines

  1. Dots per inch chunk
  2.  
  3. ILBM DPI chunk
  4. ==============
  5.  
  6. Registered by:
  7.  
  8. Spencer Shanson
  9. 16 Genesta Rd
  10. Plumstead
  11. London SE18 3ES
  12. ENGLAND
  13.  
  14. 1-16-90
  15.  
  16. ILBM.DPI   Dots Per Inch   to allow output of an image at the
  17. same resolution it was scanned at
  18.  
  19. typedef struct {
  20.     UWORD dpi_x;
  21.     UWORD dpi_y;
  22.     } DPIHeader ;
  23.  
  24. For example, an image scanned at horizontal resolution of
  25. 240dpi and vertical resolution of 300dpi would be saved as:
  26.  
  27. 44504920 00000004 00F0 012C
  28. D P I    size     dpi_x dpi_y
  29.  
  30.